projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93249f7
)
iommu: remove unneeded return from iommu_hwdom_init
author
Roger Pau Monné
<roger.pau@citrix.com>
Tue, 31 Jul 2018 08:25:36 +0000
(10:25 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 31 Jul 2018 08:25:36 +0000
(10:25 +0200)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/passthrough/iommu.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/iommu.c
b/xen/drivers/passthrough/iommu.c
index 2c44fabf99b231820d430bf6b2bdfdd5a89b8da4..70d218f910d3dea0ff8bc6d893c913e899d8b3cb 100644
(file)
--- a/
xen/drivers/passthrough/iommu.c
+++ b/
xen/drivers/passthrough/iommu.c
@@
-207,7
+207,7
@@
void __hwdom_init iommu_hwdom_init(struct domain *d)
d->domain_id, rc);
}
-
return
hd->platform_ops->hwdom_init(d);
+ hd->platform_ops->hwdom_init(d);
}
void iommu_teardown(struct domain *d)